net/http.http2Transport.CountError (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7468: 	CountError func(errType string)
		h2_bundle.go#L8127: 	if t.CountError != nil {
		h2_bundle.go#L8128: 		cc.fr.countError = t.CountError
		h2_bundle.go#L8556: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L9517: 	f := cc.t.CountError
		h2_bundle.go#L10114: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L10265: 	if fn := cs.cc.t.CountError; fn != nil {